home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / mcm10.zip / MCMAIL1.EVT < prev    next >
Text File  |  1996-11-15  |  6KB  |  157 lines

  1. ;===========================================================================
  2. ; EventSchedule for McMail
  3. ;===========================================================================
  4. ;
  5. ; Tag   -   Only for remember to know what Event is running
  6. ;
  7. ; Day   -   Witch days the Tag is activ. You can do the following fo example:
  8. ;            Mon+Wed+Fri or All for all days
  9. ;            MM   for a day of month (1-31)
  10. ;            DDMM for a day of year (0101 - 3112)
  11. ;
  12. ; Start -   Starttime, must 5 digits!!
  13. ;
  14. ; End   -   Endtime, also 5 digits!!
  15. ;
  16. ; ME    -   Errorlevel to exit on received Mail.
  17. ;
  18. ; SE    -   Errorlevel to exit at start of event.
  19. ;
  20. ; RD    -   Seconds to wait befor make the next outcall
  21. ;           (RD + Random(0.5*RD to 1.5*RD))
  22. ;
  23. ; RT    -   Busyretry for outcalls (0 ignore)
  24. ;
  25. ; Cst   -   Costmatch for this event. Here you can enter a TimeUnit in
  26. ;           tenth of sec like in the cost.tbl. The first char controls the
  27. ;           comparsion.
  28. ;
  29. ;             '>' the TimeUnit of a node must be higher to call out
  30. ;             '<' the TimeUnit of a node must be lower to call out
  31. ;             '=' the TimeUnit of a node must be equal to call out
  32. ;             '#' the TimeUnit of a node must be unequal to call out
  33. ;
  34. ;           If this field is '0' it will be ignored. See the examples below.
  35. ;           This is not valid for immediat mail.
  36. ;           Be sure you have a valid cost.tbl of your city if you use this
  37. ;           stuff.
  38. ;
  39. ;           Examples:
  40. ;
  41. ;           >1200    - Only call a node if the time for one charge is bigger
  42. ;                      120 sec.
  43. ;           =215     - Only call a node if the time for one charge is equal
  44. ;                      21.5 sec.
  45. ;           #300     - Only call a node if the time for one charge is unequal
  46. ;                      30 sec.
  47. ;
  48. ; FL    -   Flags for the event:
  49. ;           I - Immediat Mail only.
  50. ;           C - CrashMail only.
  51. ;           # - Allow calling nonCM-Systems.
  52. ;           B - Allow BBS-Callers.
  53. ;           D - Dynamic event. End event if there is no more Mail to sent.
  54. ;           P - Pickup Mail on outgoing calls.
  55. ;               (Use this if you want something from the remote!!!)
  56. ;           R - Receive only, don't call out.
  57. ;           S - Send only. Ignore RING.
  58. ;           F - Forced event. Will be started even on session-overruns.
  59. ;           N - No FileRequest allowed.
  60. ;           H - Don't send any ARC-Mail or Fileattaches, Only .PKT will be
  61. ;               processed.
  62. ;           A - All Mail will be send on outgoing calls, even Hold-Mail.
  63. ;           O - Read the Whats on Hold data after every disconnect.
  64. ;           Q - Hold Filerequest on outgoing calls
  65. ;           M - Mute, no sound in this event.
  66. ;
  67. ; ToDo      Here you can add your uplinks for witch McM will create a .FLO
  68. ;           file. The flavor for the File is given by the first char of the
  69. ;           nodenumber.
  70. ;           P - .POL     Special McM-Pollflag. Only this will be erased at
  71. ;                        the end of the event. POL-files will be handled as
  72. ;                        Crash.
  73. ;           T - .P<task> Taskspecific Pollfile. .P01 for example is only be
  74. ;                        seen by Task 1. This file is handled like the normal
  75. ;                        (.PLO) pollfile.
  76. ;           C - .CLO     Crash
  77. ;           I - .ILO     Immediat (Ignore CM-Flag in nodelist)
  78. ;           N - .FLO     Normal
  79. ;           H - .HLO     Hold (hint: absolutly nonsens ;-)
  80. ;
  81. ;           If you write only a part of a nodenumber, the missing is added
  82. ;           from your main-aka.
  83. ;
  84. ;           Example:
  85. ;
  86. ;             ToDo C2:2426/2090
  87. ;
  88. ;           If you write something like that:
  89. ;
  90. ;             ToDo P2:2426/2090,50000
  91. ;
  92. ;           The pollfile for 2:2426/2090 would only be created if more
  93. ;           than 50000 bytes is waiting for him.
  94. ;
  95. ;           You can also say:
  96. ;
  97. ;             ToDo P2:2426/2091,50000,2:2426/2090
  98. ;
  99. ;           The pollfile for 2:2426/2091 would only be created if more
  100. ;           than 50000 bytes is waiting for 2:2426/2090
  101. ;
  102. ;           McM can also automaticly create semphores at start of events.
  103. ;           For example add *MCMSCAN.ALL in this line and McM will create
  104. ;           a semphor called MCMSCAN.ALL in the semphorpath.
  105. ;
  106. ;
  107. ; Deny      Don't send mail to specified nodes during this Event.
  108. ; Except    If you deny global nets you can exclude special nodes here.
  109. ;
  110. ;           You can also specify "DENY idXXXXXX". This will reject callers
  111. ;           where XXXXXX is a part of the CallerID. "id" is handled as a
  112. ;           KeyWord and is not a part of the verify-string.
  113. ;
  114. ;           Example:
  115. ;             Deny   id0441
  116. ;             Except id04419400
  117. ;
  118. ;           Rejecting callers with CallerID "0441*" except "04419400*".
  119. ;
  120. ;           Deny "idRING" will reject all incomming calls ;-)
  121. ;
  122. ;     The Keywords TODO, DENY and EXCEPT are only activ in the defined
  123. ;     event above. If you disable an event, you have to disable the
  124. ;     Todo,Deny,Except defines for this event too!
  125. ;
  126. ;     You can see in the example below, that McM have one standard event
  127. ;     (must "@") and other overlapping events. Define what you want McM
  128. ;     handle it ;-)
  129. ;
  130. ;
  131. ;Tag Days                        Start End   ME SE RD RT  CST   FL
  132. ;------------------------------------------------------------------
  133.  @   ALL                         00:00 24:00 00 00 30 20 >1200  CBP
  134.       Deny idUNKNOWN
  135.  
  136.  F   Mon+Fri                     05:10 05:30 00 00 05 10  #215  CFS
  137.       ToDo P240/444 P24/99 P2090
  138.       Deny 2:2426/* id0441
  139.        Except 2:2425/2010 1000 3000 4000 5000 id0441940
  140.  
  141.  N   ALL                         04:00 04:01 00 66 30 20   00   CPF
  142.  
  143.  M   01+15                       04:30 04:30 00 00 00 00   00   F
  144.       ToDo *STATIST.NOW
  145.  
  146.  Z   30+Mon+Fri                  04:35 04:45 00 80 30 20  <215  CPF
  147.  
  148.  P   ALL                         05:10 06:00 00 90 10 10   00   CP
  149.       ToDo *MCMSCAN.ALL
  150.  
  151.  X   2412+3112                   01:00 02:30 00 80 30 20 =1200  CPF
  152.  
  153.  C   ALL                         18:20 19:10 00 00 00 00   00   RN
  154. ;===========================================================================
  155. ;EOF
  156. ;===========================================================================
  157.